home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
basic
/
ace_final.lha
/
ACE_GPL_Release
/
SUBmods
/
FontReq
/
test.b
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-29
|
304 b
|
12 lines
#include <SUBmods/FontReq.h>
DECLARE STRUCT FontInfo info
IF FontInfoRequest(info) THEN
PRINT "Font name: ";CSTR(info->fontName)
PRINT "Font height: ";info->fontHeight
PRINT "Text style: ";info->textStyle
PRINT "Font color: ";info->frontColor
PRINT "Back color: ";info->backColor
END IF